Component

interface Component(source)

Implement this in any component that dispatches KeyEvents.

Inheritors

Functions

Link copied to clipboard
abstract fun superDispatchKeyEvent(@NonNull event: @NonNull KeyEvent): Boolean
Expected to call into the super implementation of dispatchKeyEvent.